home *** CD-ROM | disk | FTP | other *** search
-
- // JavaScript wrapper for r3mpcall.h
- // Auto generated file, do not modify by hand
- // Copyright ⌐ 2004, Realsoft Graphics Oy
-
- var R3_MPCALL_H = 1;
- include("real/code/r3matprp.js")
-
-
- var R3CLID_MPCALL = 824;
-
-
-
-
-
-
-
- R3MPCALLA_ProcedureName = 824500;
- function SetR3MPCALLA_ProcedureName(value) {
- R3Set(this.r3obj, R3MPCALLA_ProcedureName, value, R3TID_STRING, 0);
- }
-
- function GetR3MPCALLA_ProcedureName() {
- return R3Get(this.r3obj, R3MPCALLA_ProcedureName, R3TID_STRING, 0);
- }
-
-
-
- function r3Mpcall () {
- this.base = r3God;
- if(arguments.length) {
- this.base(R3CLID_MPCALL, arguments);
- }
- // Methods
-
- // Attributes
- this.GetProcedureName=GetR3MPCALLA_ProcedureName;
- this.SetProcedureName=SetR3MPCALLA_ProcedureName;
- }
-
- r3Mpcall.prototype=new r3Matprop;
- // r3mpcall.h_H